home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / disks / bootdisk.dms / bootdisk.adf / SerNet / MountRest < prev    next >
Encoding:
Text File  |  1995-09-17  |  746 b   |  34 lines

  1. echo "Waiting for Network Connection...        *e[32m"Noline
  2. CD SNET:RAM
  3. CD SNET:CD0
  4. echo "OK*e[31m"
  5.  
  6. Echo "Activating Net Icons...                *e[32m"NoLine
  7. echo "Copying Default Network Icons...        *e[32m"Noline
  8. CD Sys:Sernet/
  9. COPY Node.rinfo to SNET:RAM/ 
  10. ECHO "OK*e[31m"
  11.  
  12. ; Setup INFORM for NETCMD
  13. assign >nil: NET: exists
  14. if WARN
  15.     assign net: snet:
  16. endif
  17. run >nil: <nil: c:Inform
  18. ; End Setup INFORM
  19.  
  20. sys:Sernet/NetPatch SNet:
  21. sys:Sernet/NetKeys
  22. echo "*e[32m"
  23. echo "Sernet SETUP Complete..........."
  24. echo " "
  25. echo "Please Close the 'Cooked' window then the 'STERM' window"
  26. echo " " 
  27. echo "*e[31m"
  28. echo "Lastly close this window with the gadget in the top left corner"
  29. echo " "
  30. echo "If the Amiga reports a crash just press the 'SUSPEND' button and ignore"
  31.  
  32.  
  33.  
  34.